Skip to content

Conversation

@abbesBenayache
Copy link
Contributor

No description provided.

Copy link
Contributor

@SeddikBellamine SeddikBellamine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work, overall we need to make some changes left you some comments to reconsider

@@ -0,0 +1,10 @@
{
"packages": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some reason the actual version of release please dosn't support multiple packages, and it goes like this to make it work:
{ ".": "1.2.2" }

readFileSync('../dapp/package.json', 'utf-8')
).version;

export const DOCKER_IMAGE_NAMESPACE = 'iexechub';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we won't need the SCONIFIER_VERSION and dappVersion as we are using input tag from env variable

"changelog-path": "CHANGELOG.md",
"include-v-in-tag": true
},
"dapp": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

multiple packages dosn't work we need to investigate plus

@PierreJeanjacquot PierreJeanjacquot self-requested a review July 15, 2025 10:20
Comment on lines 18 to 19
env:
DEPLOY_ENVIRONMENT: ${{ inputs.environment }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't find where this env is consumed

Comment on lines 148 to 149
DOCKER_IMAGE_DEV_TAG: ${{ env.DOCKER_IMAGE_DEV_TAG }}
DOCKER_IMAGE_PROD_TAG: ${{ env.DOCKER_IMAGE_PROD_TAG }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these two seems to be empty

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- Remove .drone.yml configuration
- Add GitHub Actions workflows for CI/CD
- Update .gitignore for GitHub Actions artifacts
- Add workflows for SDK and Dapp CI/CD pipelines
- Add release-please configuration for automated versioning
- Add release manifest for tracking version changes
- Enable conventional commit checks for PR titles and commits
- Migrate deployment scripts from Drone to GitHub Actions environment variables
- Update configuration to support multi-environment deployments
- Improve environment-specific whitelisted apps configuration
- Update deployment scripts for new workflow compatibility
- Update test utilities for new environment configuration
- Update environment preparation scripts for multi-env support
- Update dapp e2e tests for new environment configuration
- Improve test environment setup for CI/CD workflows
Copy link
Contributor

@SeddikBellamine SeddikBellamine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abbesBenayache abbesBenayache merged commit e028a1c into main Jul 21, 2025
6 of 9 checks passed
@abbesBenayache abbesBenayache deleted the chore/ci-workflows branch July 21, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants